home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
javelin.swf
/
scripts
/
DefineButton2_296
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
283b
|
16 lines
on(release){
if(_root.c_rat.rtype == 0)
{
this.gotoAndStop(2);
}
else if(_root.c_rat.rtype == 1)
{
this.gotoAndStop(3);
}
else if(_root.c_rat.rtype == 2)
{
this.gotoAndStop(4);
}
this.inpname = _root.o_tbl[0].plrname;
}